home *** CD-ROM | disk | FTP | other *** search
- Path: xnet.com!kd9fb
- From: kd9fb@xnet.com (Peter Mikalajunas)
- Newsgroups: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
- Subject: Re: VB, VC++, and Fuzzy Logic
- Date: Sat, 3 Feb 1996 03:03:42 LOCAL
- Organization: xnet.com
- Message-ID: <kd9fb.31.003E8132@xnet.com>
- References: <4eh77s$5i@news.uncc.edu>
- NNTP-Posting-Host: cyclone.xnet.com
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
-
- In article <4eh77s$5i@news.uncc.edu> ihabed@uncc.edu (Ibrahim H Abed) writes:
-
- >I'm interested in designing a program for my senior project that is basically
- >stock market analysis which will generate a buy/sell/hold signal. It has to
- >have a graphical interface. Initially, I was going to do it in Visual C++
- >because C++ classes lend themselves quite nicely to fuzzy membership functions.
- >However, I'm having difficulty using Visual C++ (too unwieldy at my level). I'm
- >hoping to port everything to Visual Basic because of the ease of designing an
- >interface. Has anyone done any fuzzy logic programming in VB and if so any
- >pointers/free source code/etc? I'll also be putting sample stock data in Access
- >which VB can access (:). Anyone know if VB can be linked with C++ routines at all,
- >perhaps saving me some trouble. Any help would be greatly appreciated.
-
-
- If all you need is fuzzy logic then use a series of select
- statements. However, from the sound of the project, you
- may eventually need a neural net. Why not write the meat
- in C++ and compile to a DLL. Do the interface in VB.
-
-
-
- Peter Mikalajunas
- kd9fb@xnet.com
- http://www.xnet.com/~kd9fb
-
-